home *** CD-ROM | disk | FTP | other *** search
- FObject : Handle;
-
- Returns a handle to the first object in the active document.
-
- LObject : Handle;
-
- Returns a handle to the last object in the active document.
-
- FActLayer : Handle;
-
- Returns a handle to the first object on the active layer.
-
- FSActLayer : Handle;
-
- Return a handle to the first selected object on the active layer.
-
- LSActLayer : Handle;
-
- Return a handle to the last selected object on the active layer.
-
- ActSSheet : Handle;
-
- Returns a handle to the currently active spreadsheet.
-
- GetObject(Name : STRING) : Handle;
-
- Returns a handle to the object with the given name.
-
- FLayer : Handle;
-
- Returns a handle to the first layer in a drawing.
-
- LLayer : Handle;
-
- Returns a handle to the last layer in a drawing.
-
- ActLayer : Handle;
-
- Returns a handle to the currently active layer.
-
- FSObject(h : Handle) : Handle;
-
- Returns a handle to the first selected object on the layer specified by h.
-
- GetLayer(h : Handle) : Handle;
-
- Receives a handle to a graphic object and returns a handle to its corresponding layer.
-
- FSymDef : Handle;
-
- Returns a handle to the first object in the current document’s symbol library.
-
- FInGroup(h : Handle) : Handle;
-
- Receives a handle to a group and returns a handle to the first object inside the group.
-
- FIn3D(h : Handle) : Handle;
-
- Receives a handle to a 3D object and returns a handle to the first object inside the 3D object.
-
- FInSymDef(h : Handle) : Handle;
-
- Receives a handle to a symbol definition in a symbol library and returns a handle to the first object within the symbol definition.
-
- FInLayer(h : Handle) : Handle;
-
- Receives a handle to a layer and returns the handle to the first object on that layer.
-
- FInFolder(h : Handle) : Handle;
-
- Receives a handle to a folder within the symbol library and returns a handle to the first object within that folder.
-
- PickObject(X, Y : REAL) : Handle;
-
- Returns a handle to the topmost object that contains the point (X, Y).
-
- LNewObj : Handle;
-
- Returns a handle to the last object created in MiniPascal. Returns nil if no objects have been created yet.
-
- ActSymDef : Handle;
-
- Returns a handle to the currently active symbol.
-
-